home *** CD-ROM | disk | FTP | other *** search
/ Killer Drive 64 3 / Killer-Drive_64_03_1998_-_de_Side_B.d64 / >das schwert< (.txt) next >
Commodore BASIC  |  2023-02-26  |  6KB  |  216 lines

  1. 1 print "[147]"
  2. 3 print "   "
  3. 4 print " "
  4. 5 print " "
  5. 6 print " "
  6. 7 print "  "
  7. 8 print "   "
  8. 9 print " "
  9. 10 poke 53280,0
  10. 20 poke 53281,0
  11. 30 print "                         "
  12. 40 print "                         "
  13. 50 print "       *************************"
  14. 60 print "       * das schwert des conan *"
  15. 70 print "       * --------------------- *"
  16. 80 print "       * textadventure written *"
  17. 90 print "       *     by osman tekin    *"
  18. 100 print "       *************************"
  19. 110 print "                                                                    "
  20. 120 print "
  21. 130 [153] "                                                                    "
  22. 140 [153] "                                                                    "
  23. 150 [153] " moechtest du die anleitung?  "
  24. 160 [153] " "
  25. 170 [153] " 1=ja/2=nein"
  26. 180 [133] a
  27. 190 [139] a[178]1 [167] [137] 210
  28. 200 [139] a[178]2 [167] [137] 340
  29. 210 [153] " load      "
  30. 220 [153] "       "
  31. 230 [153] "       "
  32. 240 [153] "           anleitung"
  33. 250 [153] "           ========="
  34. 260 [153] "                  "
  35. 270 [153] " du bist conan,ein furchtloser held,"
  36. 280 [153] " der auf der suche nach seinem "
  37. 290 [153] " schwert ist."
  38. 300 [153] " deine aufgabe ist nicht einfach!!"
  39. 310 [153] " finde dein schwert!"
  40. 320 [153] "                    "
  41. 330 [153] " (du musst nur den anweisungen folgen!)"
  42. 340 [153] "   "
  43. 350 [153] " bist du bereit? 1=ja/2=nein      "
  44. 360 [133] b
  45. 370 [139] b[178]1 [167] [137] 410
  46. 380 [139] b[178]2 [167] [137] 390
  47. 390 [153] " o.k.wenn du nicht willst!"
  48. 400 [128]
  49. 410 [153] "  load             "
  50. 420 [153] " du stehst     *      "
  51. 430 [153] " vor einem    ***   es fuehrt ein  "
  52. 440 [153] " haus,davor  *****  weg nach osten."
  53. 450 [153] " steht ein  *******   "
  54. 460 [153] " krieger     ** **    "
  55. 470 [153] " morcars.    ** **    "
  56. 480 [153] "             ** **    "
  57. 490 [153] "                    "
  58. 500 [153] " was willst du machen ?
  59. 510 print "  "
  60. 520 print "1=krieger toeten/2=gehe nach osten "
  61. 530 print "   "
  62. 540 input c
  63. 550 if c=1 then goto 560
  64. 560 if c=2 then goto 700
  65. 570 print "                                    "
  66. 580 print " hast du etwa vergessen das du kein   "
  67. 590 print " schwert hast?macht nichts:du bist tot!"
  68. 600 end
  69. 700 print "[147]        "
  70. 710 print "[192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192]"
  71. 720 print "                    "
  72. 730 print "     *                    "
  73. 740 print "    ***      *           "
  74. 750 print "   *****    ***     *     "
  75. 760 print "    * *    *****   ***    "
  76. 770 print "##  * *     * *   ***** "
  77. 780 print "  #     ##  * *    * *  ###"
  78. 790 print "  ######  #     #  * * #"
  79. 800 print "           #   # #     #   "
  80. 810 print "            #### ######"
  81. 820 print "        "
  82. 830 print "        "
  83. 840 print " du stehst vor morcars festung."
  84. 850 print " du kannst aber nicht rein,"
  85. 860 print " da die festung umzeunt ist."
  86. 870 print " es fuehrt ein weg nach osten!"
  87. 880 print " was willst du machen ??
  88. 890 [153] " 1=schreien/2=gehe nach osten   "
  89. 900 [133] d
  90. 910 [139] d[178]1 [167] [137] 930
  91. 920 [139] d[178]2 [167] [137] 950
  92. 930 [153] " die krieger kommen und bringen dich um."
  93. 940 [128]
  94. 950 [153] " load   "
  95. 960 [153] "    "
  96. 970 [153] "tantantantantantantantantantantantantantantantantantantantantantantantantantantantantantantantantantantantantantantantan"
  97. 980 [153] "            "
  98. 990 [153] "      **       "
  99. 1000 [153] "      **        "
  100. 1010 [153] "      **        "
  101. 1020 [153] "      **        "
  102. 1030 [153] "    ******       "
  103. 1040 [153] "    ******   "
  104. 1050 [153] "      **    "
  105. 1060 [153] "      ** "
  106. 1070 [153] "         "
  107. 1080 [153] " hier ist dein schwert!"
  108. 1090 [153] "  "
  109. 1100 [153] " moechtst du es nehmen? 1=ja/2=nein   "
  110. 1110 [153] "          "
  111. 1120 [133] e
  112. 1130 [139] e[178]1 [167] [137] 1180
  113. 1140 [139] e[178]2 [167] [137] 1150
  114. 1150 [153] "        "
  115. 1160 [153] " ach,vergiss es du schaffst es nie!"
  116. 1170 [128]
  117. 1180 [153] " load               "
  118. 1190 [153] "                  "
  119. 1200 [153] "                 "
  120. 1210 [153] " du kannst dein schwert nicht nehmen,"
  121. 1220 [153] " weil du erst eine frage beantworten"
  122. 1230 [153] " musst!"
  123. 1240 [153] "      "
  124. 1250 [153] " hier die frage:"
  125. 1260 [153] "  "
  126. 1270 [153] " was heisst das auf deutsch???"
  127. 1280 [153] " velemeledickifetijungeee ?"
  128. 1290 [153] "    "
  129. 1300 [153] "1=weiss nicht/2=wasser"
  130. 1310 [133] f
  131. 1320 [139] f[178]1 [167] [137] 1340
  132. 1330 [139] f[178]2 [167] [137] 1350
  133. 1340 [153] " was das heisst weiss ich auch nicht!"
  134. 1350 [153] " wasser heisst es auf jeden fall nicht!"
  135. 1360 [153] "    "
  136. 1370 [153] " das spielt jetzt aber keine rolle!"
  137. 1380 [153] " hauptsache du hast jetzt dein schwert!"
  138. 1390 [153] "tantantantantantantantantantantantantantantantantantantantantantantantantantantantantantantantantantantantantantantantan"
  139. 1400 [153] "      "
  140. 1410 [153] " +conan mit schwert+
  141. 1420 print "   "
  142. 1430 print " *   ***   *              "
  143. 1440 print " *   ***   **   nicht     "
  144. 1450 print " *   ***  *     vergessen:"
  145. 1460 print " *    *  *      das ist   "
  146. 1470 print "***  ****       ein c-64. "
  147. 1480 print " *  ****                  "
  148. 1490 print " *** ***                  "
  149. 1500 print " *   ***          "
  150. 1510 print "          "
  151. 1520 print "          "
  152. 1530 print " was willst du jetzt machen?   "
  153. 1540 print "1=dich umbringen/2=nach westen  "
  154. 1550 input g
  155. 1560 if g=1 then goto 1580
  156. 1570 if g=2 then goto 1600
  157. 1580 print " warum toestest du dich eigentlich???"
  158. 1590 end
  159. 1600 print "[192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192][192]"
  160. 1610 print "   "
  161. 1620 print " du hast glueck das tor ist offen!"
  162. 1630 print "   *               *    "
  163. 1640 print "  ***      *      ***   "
  164. 1650 print " *****    ***    *****  "
  165. 1660 print "  * *    *****    * *   "
  166. 1670 print "  * *     * *     * *  ###"
  167. 1680 print "#     ##  * *  ##     # "
  168. 1690 print " #####  #     #  #####  "
  169. 1700 print "         #   #          "
  170. 1710 print "          # # "
  171. 1720 print "     "
  172. 1730 print "
  173. 1740 [153] "was moechtest du jetzt machen??"
  174. 1750 [153] "1=reinstuermen und alle toeten/2=nichts"
  175. 1760 [133] i
  176. 1770 [139] i[178]2 [167] [137] 1790
  177. 1780 [139] i[178]1 [167] [137] 1820
  178. 1790 [153] " wie hast du es bloss bis hierher "
  179. 1800 [153] " geschafft ?? lass es lieber!!"
  180. 1810 [128]
  181. 1820 [153] " du bist drin.    "
  182. 1840 [153] " was jetzt??       "
  183. 1850 [153] " 1=alle toeten/2=nichts "
  184. 1860 [133] k
  185. 1870 [139] k[178]2 [167] [137] 1790
  186. 1880 [153] " du toetest alle soldaten morcars."
  187. 1890 [153] "             "
  188. 1900 [153] " du bekommst all das gold, das morcar"
  189. 1910 [153] " von den armen gestohlen hat.  "
  190. 1920 [153] " nimmst du es oder gibst du es zurueck?   "
  191. 1940 [153] " 1=zurueckgeben/2=behalten
  192. 1950 input o
  193. 1960 if o=1 then goto 1980
  194. 1970 if o=2 then goto 2200
  195. 1980 print " du trottel,so viel geld musst "
  196. 1990 print " du einfach behalten."
  197. 2000 print " trotzdem eine gute entscheidung!!"
  198. 2100 print " du hast das spiel durchgeschafft !!"
  199. 2110 print " "
  200. 2120 print "                      du bist ein held."
  201. 2130 print "                "
  202. 2140 print "                "
  203. 2150 print "     this was written by osman tekin "
  204. 2160 print "                   in 1998  "
  205. 2170 print "         (c)opyright by fenerbahce "
  206. 2180 print "    "
  207. 2190 end
  208. 2200 print "      "
  209. 2210 print "      du geldsuechtiger egoist !!   "
  210. 2220 print "       "
  211. 2230 print "        "
  212. 2240 goto 2130
  213. 2250 end
  214. 2300 print "      "
  215. 2310 goto 2130
  216.